home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v10n17
/
saveopts.inc
< prev
next >
Wrap
Text File
|
1991-09-12
|
492b
|
18 lines
{ SaveOpts.inc saves the state of the compiler options }
{$ifdef CSSaved}
{$error: Can't include this file twice.}
{ Include RestOpts.inc in between }
{$endif}
{$ifopt B+}{$define CSB}{$endif}
{$ifopt E+}{$define CSE}{$endif}
{$ifopt F+}{$define CSF}{$endif}
{$ifdef VER60}
{$ifopt G+}{$define CSG}{$endif}
{$endif}
{$ifopt I+}{$define CSI}{$endif}
{$ifopt R+}{$define CSR}{$endif}
{$ifopt S+}{$define CSS}{$endif}
{$ifopt V+}{$define CSV}{$endif}
{$define CSSaved}